home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 February: Tool Chest / Dev.CD Feb 97 TC.toast / Sample Code / Development Tools & Languages / AppsToGo / DTS.Lib / DTS.Lib.headers / PPC.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-09-22  |  657 b   |  29 lines  |  [TEXT/MPS ]

  1. #ifndef __PPCTOOLBOX__
  2. #include <PPCToolbox.h>
  3. #endif
  4.  
  5.  
  6.  
  7. #ifdef __cplusplus
  8. extern "C" {
  9. #endif
  10.  
  11.  
  12.  
  13. OSErr    DoIPCListPorts(short *sindx, short *reqCount, short *actCount, LocationNamePtr loc,
  14.                        PortInfoArrayPtr retInfo, PPCFilterProcPtr filter);
  15.     /*
  16.     ** ¶ Used to generate a list of IPC ports, given a target.  For an example usage,
  17.     **
  18.     ** Used to generate a list of IPC ports, given a target.  For an example usage,
  19.     ** see the file AEChess.c in the sample application Kibitz. 
  20.     ** Note - The filter proc is never passed to the toolbox, it is called
  21.     ** directly, so we can get away without using a UniversalProcPtr.
  22.     */
  23.  
  24.  
  25.  
  26. #ifdef __cplusplus
  27. }
  28. #endif
  29.